Return

Edit Resource: Description

Description

The Description attribute under EditResource allows you to create a description for the given resource.

Parameters

Parameter Description
Description A text string. Empty string is allowed.

Examples

The resource Ops Team is given the description of Operations Team.

PATCH api/resource/OpsTeam

Body:

{

"Description" : "Operations Team"

}